home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / dump.arc / DUMP.DOC next >
Encoding:
Text File  |  1984-02-04  |  768 b   |  31 lines

  1. /*  DUMP.C
  2.  
  3.         Copyright (c) 1984, Gordon Lee Waite
  4.                     413 W. Pleasant Street
  5.                     Maquoketa, IA  52060
  6.  
  7.  
  8.     summary:   dump infile outfile
  9.  
  10.     arguments: infile is the name of the input file.
  11.  
  12.            outfile is the name of the output file.
  13.  
  14.     options:   none
  15.  
  16.     description:
  17.  
  18.     DUMP displays a hexadecimal dump of the input file.
  19.  
  20.     The results can be routed to the screen by using CON: for
  21.     the outfile, or to the printer by using PRN:
  22.  
  23.     For example:   dump dump.exe con:
  24.                dump dump.exe prn:
  25.  
  26.     The first example would send the dump of dump.exe to the screen.
  27.     The second sends the output to the printer.
  28.  
  29.     This program was compiled with the Manz Aztec C Compiler
  30. */
  31.